Clears the data inside of a wxComboBox specified by combo.
See Also: combobox_count, delete_combo_item, find_combo_string, get_combo_item_string, get_combo_string, set_combo_value
Used to count the number of items in a wxChoice.
See Also: clear_combo, delete_combo_item, find_combo_string, get_combo_item_string, get_combo_string, set_combo_value
This goes to a ComboBox specified by combo and deletes the number in the box corresponding to item. It starts at the top with 0 being the first on the drop-down list.
See Also: clear_combo, combobox_count, find_combo_string, get_combo_item_string, get_combo_string, set_combo_value
Returns the item number of the item in the ComboBox with the specified string. The top item is 0 instead of 1, so be sure to take that into account.
See Also: clear_combo, combobox_count, delete_combo_item, get_combo_item_string, get_combo_string, set_combo_value
Returns the string for item.
See Also: clear_combo, combobox_count, delete_combo_item, find_combo_string, get_combo_string, set_combo_value
Returns the string in the edit box of the combo box.
See Also: clear_combo, combobox_count, delete_combo_item, find_combo_string, get_combo_item_string, set_combo_value
This sets the text of the box in a wxComboBox to text.
See Also: clear_combo, combobox_count, delete_combo_item, find_combo_string, get_combo_item_string, get_combo_string